home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol C-14
/
Vol C-14.iso
/
games
/
716.swf
/
scripts
/
frame_171
/
PlaceObject2_244_111
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2012-04-23
|
156b
|
9 lines
onClipEvent(enterFrame){
if(this.hittest(_root.hero.he))
{
_root.puntos += 10;
_root.door.cash += 1;
gotoAndStop(2);
}
}